Home
last modified time | relevance | path

Searched hist:a16037c8dfc2734c1a2c8e3ffd4766ed25f2a41d (Results 1 – 1 of 1) sorted by last modified time

/linux/mm/
H A Dpercpu.cdiff a16037c8dfc2734c1a2c8e3ffd4766ed25f2a41d Tue Sep 02 20:46:02 CEST 2014 Tejun Heo <tj@kernel.org> percpu: make pcpu_alloc_area() capable of allocating only from populated areas

Update pcpu_alloc_area() so that it can skip unpopulated areas if the
new parameter @pop_only is true. This is implemented by a new
function, pcpu_fit_in_area(), which determines the amount of head
padding considering the alignment and populated state.

@pop_only is currently always false but this will be used to implement
atomic allocation.

Signed-off-by: Tejun Heo <tj@kernel.org>